List & Label .NET
combit.ReportServer.ClientApi.Services Namespace / IManagementService Interface / Export Method / Export(List<String>,String) Method
List of all template ids that should be exported
The password that should be used for server-side encrypting the export (PBKDF2 and AES-256)


In This Topic
    Export(List<String>,String) Method
    In This Topic
    Exports specific templates and their settings for a later import using Import(Stream,String).
    Syntax
    'Declaration
     
    
    Overloads Function Export( _
       ByVal templates As List(Of String), _
       Optional ByVal password As String _
    ) As Task(Of Stream)

    Parameters

    templates
    List of all template ids that should be exported
    password
    The password that should be used for server-side encrypting the export (PBKDF2 and AES-256)
    Requirements

    Platforms: Windows 10 (Version 21H2 - 22H2), Windows 11 (22H2 - 25H2), Windows Server 2016 - 2025
    .NET: .NET Framework 4.8, .NET 8, .NET 9, .NET 10

    See Also